home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TRTFEDITOR / TRTFEDITOR.txt
Text File  |  2004-10-12  |  376b  |  22 lines

  1. object RTFEditor: TRTFEditor
  2.   Left = 0
  3.   Top = 0
  4.   Width = 591
  5.   Height = 350
  6.   AutoScroll = False
  7.   TabOrder = 0
  8.   object eText: TRichEdit
  9.     Left = 0
  10.     Top = 0
  11.     Width = 591
  12.     Height = 350
  13.     Align = alClient
  14.     BorderStyle = bsNone
  15.     HideScrollBars = False
  16.     ScrollBars = ssVertical
  17.     TabOrder = 0
  18.     WantTabs = True
  19.     OnKeyDown = eTextKeyDown
  20.   end
  21. end
  22.